/*
Theme Name: Big Boots v1.7
Theme URI: 
Description: The is a Premium theme built and designed by Essex Digital Media.
Author: Essex Digital Media
Author URI: http://essexdigitalmedia.co.uk/
Version: 1.7

License:
License URI:

General comments (optional).

1.1
	- share this page added
	- footer auto repeat company name added
	- blog single page fix

1.2
	- logo click to take to home
	- responsive navigation issues fixed
	- scroll to top button
	
1.3
	- 404 error pages added
	
1.4
	- removed local jquery
	- updated google jquery to 1.11.2
	- added php to automatically update the year in the footer
	- fixed single blog post 'the_excerpt' to 'the_content'
	
1.5
	- facebook like box responsive code added
	- meks social icons :before overwrite
	- footer extended to container
	- panel removed from header
	- background image removed
	- Word Menu added to navbar-collapse
	- Slider Caption css added
	
1.6
	- removed slider empty div
	- set overflow on slider
	- set columns to collapes to a row of 2 on sm
	- added wrap div columns
	- removed duplicate css for caption
	- set font-size for h1 - h5
	
1.7
	- slick slider added to theme
		- carousel
		- slider
		- jumbotron
	- removed flexslider
	- added max-width 100% on img to fix any responsive issues 
	- made all js .min
	- all js is hidden till load using animate css to fade in
*/

@import url('../BigBootsv1.7/assets/css/bootstrap.min.css');
@import url('../BigBootsv1.7/assets/css/bootstrap-theme.min.css');
@import url('../BigBootsv1.7/assets/css/slick.css');
@import url('https://vanitybydesignltd.co.uk/wp-content/themes/Big%20Boots%20v1.7/assets/css/slick-theme.css');
@import url('../BigBootsv1.7/assets/css/style.css');
@import url('../BigBootsv1.7/assets/css/animate.css');
@import url('https://vanitybydesignltd.co.uk/wp-content/themes/Big%20Boots%20v1.7/assets/css/table.min.css');


.vanity-bydesign-section {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.vanity-bydesign-section h3 {
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 25px;
}
.vanity-bydesign-section p.bespoke_furniture {
 font-size: 17px;
}

div#carousel-example-generic .slick-track {
    width: 100% !important;
}

div#carousel-example-generic .slick-track .slick-slide {
    width: 100% !important;
    text-align: center;
}

.testimonial-sec {
    background: #f7f7f7;
    text-align: center;
    padding: 40px 0;
    margin: 40px 0;
position:relative
}

.testimonial-sec h3 {
    font-size: 27px;
    color: #555;
    margin:0;
}

div#carousel-example-generic {
line-height: 27px;
    font-size: 16px;
    min-height: 280px;
    padding: 40px 40px 0 40px;
        margin: 0 0 30px
}

div#carousel-example-generic h5 {
    color: #555;
    font-weight: bold;
    margin: 20px 0 0;
}
.slider-nav {
    position: absolute;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    left: 0;
    right: 0;
    bottom: 10px;
}

.carousel-control, .carousel-control span {
    position: static !important;
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
}

.carousel-control span {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}
.slick-slide{
	height:auto
}
.header .logo img {
    height: auto;
}

	 .gal-blk .img4 { 
		 display:none
	}.showroom-note {
    padding: 30px 0;
    text-align: center;
    color: #000;
    background: #f3f3f3;
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: 500;
}

.showroom-note p {
    margin-bottom: 5px;
}

.showroom-note p a {
    text-decoration: underline;
}
@media (max-width: 991px) {
	.gal-blk .img1, .gal-blk .img2 {
		margin-bottom:20px
	}
	 .gal-blk .img4 { 
		 display:block
	}
}
@media (max-width: 768px) {
.vanity-bydesign-section h3 {
 margin-top: 30px;
}
div#carousel-example-generic {
    padding: 20px 0 0;
}
}